ngl: Fix an oversight
authorMatthias Clasen <mclasen@redhat.com>
Fri, 9 Apr 2021 03:10:10 +0000 (23:10 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 9 Apr 2021 03:34:37 +0000 (23:34 -0400)
All the rest of debug spew goes to stderr here.

gsk/ngl/gsknglcommandqueue.c

index bdfef2f35cefdbec6c38dec5ec5f5088af7885d3..4ce1628e2f2f07863d48358c02443b2882c36f27 100644 (file)
@@ -169,7 +169,7 @@ gsk_ngl_command_queue_print_batch (GskNglCommandQueue       *self,
       for (guint i = 0; i < batch->draw.bind_count; i++)
         {
           const GskNglCommandBind *bind = &self->batch_binds.items[batch->draw.bind_offset + i];
-          g_print ("      Bind[%d]: %u\n", bind->texture, bind->id);
+          g_printerr ("      Bind[%d]: %u\n", bind->texture, bind->id);
         }
 
       for (guint i = 0; i < batch->draw.uniform_count; i++)